type hash/fnv.sum128a

10 uses

	hash/fnv (current package)
		fnv.go#L28: 	sum128a [2]uint64
		fnv.go#L82: 	var s sum128a
		fnv.go#L93: func (s *sum128a) Reset() { s[0] = offset128Higher; s[1] = offset128Lower }
		fnv.go#L153: func (s *sum128a) Write(data []byte) (int, error) {
		fnv.go#L171: func (s *sum128a) Size() int { return 16 }
		fnv.go#L178: func (s *sum128a) BlockSize() int { return 1 }
		fnv.go#L205: func (s *sum128a) Sum(in []byte) []byte {
		fnv.go#L273: func (s *sum128a) AppendBinary(b []byte) ([]byte, error) {
		fnv.go#L280: func (s *sum128a) MarshalBinary() ([]byte, error) {
		fnv.go#L340: func (s *sum128a) UnmarshalBinary(b []byte) error {